home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / AmigaSDL / include / Makefile.in < prev    next >
Encoding:
Makefile  |  2001-03-26  |  7.2 KB  |  260 lines

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13. # The input Makefile for SDL header files
  14.  
  15. # The directory where the include files will be installed
  16.  
  17.  
  18. SHELL = @SHELL@
  19.  
  20. srcdir = @srcdir@
  21. top_srcdir = @top_srcdir@
  22. VPATH = @srcdir@
  23. prefix = @prefix@
  24. exec_prefix = @exec_prefix@
  25.  
  26. bindir = @bindir@
  27. sbindir = @sbindir@
  28. libexecdir = @libexecdir@
  29. datadir = @datadir@
  30. sysconfdir = @sysconfdir@
  31. sharedstatedir = @sharedstatedir@
  32. localstatedir = @localstatedir@
  33. libdir = @libdir@
  34. infodir = @infodir@
  35. mandir = @mandir@
  36. includedir = @includedir@
  37. oldincludedir = /usr/include
  38.  
  39. DESTDIR =
  40.  
  41. pkgdatadir = $(datadir)/@PACKAGE@
  42. pkglibdir = $(libdir)/@PACKAGE@
  43. pkgincludedir = $(includedir)/@PACKAGE@
  44.  
  45. top_builddir = ..
  46.  
  47. ACLOCAL = @ACLOCAL@
  48. AUTOCONF = @AUTOCONF@
  49. AUTOMAKE = @AUTOMAKE@
  50. AUTOHEADER = @AUTOHEADER@
  51.  
  52. INSTALL = @INSTALL@
  53. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  54. INSTALL_DATA = @INSTALL_DATA@
  55. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  56. transform = @program_transform_name@
  57.  
  58. NORMAL_INSTALL = :
  59. PRE_INSTALL = :
  60. POST_INSTALL = :
  61. NORMAL_UNINSTALL = :
  62. PRE_UNINSTALL = :
  63. POST_UNINSTALL = :
  64. host_alias = @host_alias@
  65. host_triplet = @host@
  66. ARCH = @ARCH@
  67. ARTSCCONFIG = @ARTSCCONFIG@
  68. AS = @AS@
  69. AUDIO_DRIVERS = @AUDIO_DRIVERS@
  70. AUDIO_SUBDIRS = @AUDIO_SUBDIRS@
  71. CC = @CC@
  72. CXX = @CXX@
  73. DLLTOOL = @DLLTOOL@
  74. ESD_CFLAGS = @ESD_CFLAGS@
  75. ESD_CONFIG = @ESD_CONFIG@
  76. ESD_LIBS = @ESD_LIBS@
  77. JOYSTICK_DRIVERS = @JOYSTICK_DRIVERS@
  78. JOYSTICK_SUBDIRS = @JOYSTICK_SUBDIRS@
  79. LIBTOOL = @LIBTOOL@
  80. LN_S = @LN_S@
  81. LT_AGE = @LT_AGE@
  82. LT_CURRENT = @LT_CURRENT@
  83. LT_RELEASE = @LT_RELEASE@
  84. LT_REVISION = @LT_REVISION@
  85. MAKEINFO = @MAKEINFO@
  86. NASM = @NASM@
  87. NASMFLAGS = @NASMFLAGS@
  88. OBJDUMP = @OBJDUMP@
  89. PACKAGE = @PACKAGE@
  90. RANLIB = @RANLIB@
  91. SDL_BINARY_AGE = @SDL_BINARY_AGE@
  92. SDL_CFLAGS = @SDL_CFLAGS@
  93. SDL_EXTRADIRS = @SDL_EXTRADIRS@
  94. SDL_EXTRALIBS = @SDL_EXTRALIBS@
  95. SDL_INTERFACE_AGE = @SDL_INTERFACE_AGE@
  96. SDL_LIBS = @SDL_LIBS@
  97. SDL_MAJOR_VERSION = @SDL_MAJOR_VERSION@
  98. SDL_MICRO_VERSION = @SDL_MICRO_VERSION@
  99. SDL_MINOR_VERSION = @SDL_MINOR_VERSION@
  100. SDL_RLD_FLAGS = @SDL_RLD_FLAGS@
  101. SDL_VERSION = @SDL_VERSION@
  102. SYSTEM_LIBS = @SYSTEM_LIBS@
  103. VERSION = @VERSION@
  104. VIDEO_DRIVERS = @VIDEO_DRIVERS@
  105. VIDEO_SUBDIRS = @VIDEO_SUBDIRS@
  106.  
  107. libSDLincludedir = $(includedir)/SDL
  108.  
  109. # Which header files to install
  110. libSDLinclude_HEADERS =      SDL.h                SDL_active.h            SDL_audio.h            SDL_byteorder.h            SDL_cdrom.h            SDL_copying.h            SDL_endian.h            SDL_error.h            SDL_events.h            SDL_getenv.h            SDL_joystick.h            SDL_keyboard.h            SDL_keysym.h            SDL_main.h            SDL_mouse.h            SDL_mutex.h            SDL_quit.h            SDL_rwops.h            SDL_syswm.h            SDL_thread.h            SDL_timer.h            SDL_types.h            SDL_version.h            SDL_video.h            begin_code.h            close_code.h
  111.  
  112. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  113. CONFIG_CLEAN_FILES = 
  114. HEADERS =  $(libSDLinclude_HEADERS)
  115.  
  116. DIST_COMMON =  Makefile.am Makefile.in
  117.  
  118.  
  119. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  120.  
  121. TAR = gtar
  122. GZIP_ENV = --best
  123. all: all-redirect
  124. .SUFFIXES:
  125. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  126.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps include/Makefile
  127.  
  128. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  129.     cd $(top_builddir) \
  130.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  131.  
  132.  
  133. install-libSDLincludeHEADERS: $(libSDLinclude_HEADERS)
  134.     @$(NORMAL_INSTALL)
  135.     $(mkinstalldirs) $(DESTDIR)$(libSDLincludedir)
  136.     @list='$(libSDLinclude_HEADERS)'; for p in $$list; do \
  137.       if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
  138.       echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libSDLincludedir)/$$p"; \
  139.       $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libSDLincludedir)/$$p; \
  140.     done
  141.  
  142. uninstall-libSDLincludeHEADERS:
  143.     @$(NORMAL_UNINSTALL)
  144.     list='$(libSDLinclude_HEADERS)'; for p in $$list; do \
  145.       rm -f $(DESTDIR)$(libSDLincludedir)/$$p; \
  146.     done
  147.  
  148. tags: TAGS
  149.  
  150. ID: $(HEADERS) $(SOURCES) $(LISP)
  151.     list='$(SOURCES) $(HEADERS)'; \
  152.     unique=`for i in $$list; do echo $$i; done | \
  153.       awk '    { files[$$0] = 1; } \
  154.            END { for (i in files) print i; }'`; \
  155.     here=`pwd` && cd $(srcdir) \
  156.       && mkid -f$$here/ID $$unique $(LISP)
  157.  
  158. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  159.     tags=; \
  160.     here=`pwd`; \
  161.     list='$(SOURCES) $(HEADERS)'; \
  162.     unique=`for i in $$list; do echo $$i; done | \
  163.       awk '    { files[$$0] = 1; } \
  164.            END { for (i in files) print i; }'`; \
  165.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  166.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  167.  
  168. mostlyclean-tags:
  169.  
  170. clean-tags:
  171.  
  172. distclean-tags:
  173.     -rm -f TAGS ID
  174.  
  175. maintainer-clean-tags:
  176.  
  177. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  178.  
  179. subdir = include
  180.  
  181. distdir: $(DISTFILES)
  182.     @for file in $(DISTFILES); do \
  183.       d=$(srcdir); \
  184.       if test -d $$d/$$file; then \
  185.         cp -pr $$/$$file $(distdir)/$$file; \
  186.       else \
  187.         test -f $(distdir)/$$file \
  188.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  189.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  190.       fi; \
  191.     done
  192. info-am:
  193. info: info-am
  194. dvi-am:
  195. dvi: dvi-am
  196. check-am: all-am
  197. check: check-am
  198. installcheck-am:
  199. installcheck: installcheck-am
  200. install-exec-am:
  201. install-exec: install-exec-am
  202.  
  203. install-data-am: install-libSDLincludeHEADERS
  204. install-data: install-data-am
  205.  
  206. install-am: all-am
  207.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  208. install: install-am
  209. uninstall-am: uninstall-libSDLincludeHEADERS
  210. uninstall: uninstall-am
  211. all-am: Makefile $(HEADERS)
  212. all-redirect: all-am
  213. install-strip:
  214.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  215. installdirs:
  216.     $(mkinstalldirs)  $(DESTDIR)$(libSDLincludedir)
  217.  
  218.  
  219. mostlyclean-generic:
  220.  
  221. clean-generic:
  222.  
  223. distclean-generic:
  224.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  225.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  226.  
  227. maintainer-clean-generic:
  228. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  229.  
  230. mostlyclean: mostlyclean-am
  231.  
  232. clean-am:  clean-tags clean-generic mostlyclean-am
  233.  
  234. clean: clean-am
  235.  
  236. distclean-am:  distclean-tags distclean-generic clean-am
  237.     -rm -f libtool
  238.  
  239. distclean: distclean-am
  240.  
  241. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  242.         distclean-am
  243.     @echo "This command is intended for maintainers to use;"
  244.     @echo "it deletes files that may require special tools to rebuild."
  245.  
  246. maintainer-clean: maintainer-clean-am
  247.  
  248. .PHONY: uninstall-libSDLincludeHEADERS install-libSDLincludeHEADERS tags \
  249. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
  250. distdir info-am info dvi-am dvi check check-am installcheck-am \
  251. installcheck install-exec-am install-exec install-data-am install-data \
  252. install-am install uninstall-am uninstall all-redirect all-am all \
  253. installdirs mostlyclean-generic distclean-generic clean-generic \
  254. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  255.  
  256.  
  257. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  258. # Otherwise a system limit (for SysV at least) may be exceeded.
  259. .NOEXPORT:
  260.